home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Rokusho.bin / pc / assets / rokusho.dxr / 00264_Script_264 < prev    next >
Text File  |  2001-12-07  |  267b  |  17 lines

  1. global beginscore
  2. property mysprite
  3.  
  4. on beginsprite me
  5.   set mysprite to the spritenum of me
  6. end
  7.  
  8.  
  9. on exitframe me
  10.   if beginscore = 100 then
  11.     set the blend of sprite mysprite = 100
  12.   else
  13.     set the blend of sprite mysprite = 0
  14.   end if
  15.   
  16.   
  17. end